VideoPlayerStateRegistry

Registry for sharing VideoPlayerState instances between views. This is used to pass the player state to the fullscreen view.

Functions

Link copied to clipboard

Clear the registered VideoPlayerState instance.

Link copied to clipboard
fun getRegisteredState(): <Error class: unknown class>?

Get the registered VideoPlayerState instance.

Link copied to clipboard
fun registerState(state: <Error class: unknown class>)

Register a VideoPlayerState instance to be shared.